[@Shoes]
{
#IF
checknamelist ../MapQuest_def/angeldevil/devilset.txt
#ACT
goto @devil
break

#IF
checknamelist ../MapQuest_def/angeldevil/angel1.txt
#ACT
goto @angel
break

#ELSEACT
goto @shoes1

[@angel]
<Angel Mode/@dummy> - <You dance infront of the npc!>\
You sure can move sir! Why not enter a competition? Your great!!\  \
 <Buy/@buy> Shoes\
 <Sell/@sell> Shoes\
 <Repair/@repair> Shoes\
 <Exit/@exit>\


[@devil]
<Devil Protection> - <You dance infront of the npc/@dummy>\
*shake* *smake* oh no.. HELP Please stop ! HELP !\  \
 <Buy/@buy> Shoes\
 <Sell/@sell> Shoes\
 <Repair/@repair> Shoes\
 <Exit/@exit>\


[@shoes1]
Hello there, I Buy and Sell Shoes!\
I can Also Repair Shoes\
How can I Help you?\ \
 <Buy/@buy> Shoes\
 <Sell/@sell> Shoes\
 <Repair/@repair> Shoes\
 <Exit/@exit>\

[@buy]
Which Shoes would you like to Buy?\ \
 <Back/@main> <Exit/@exit>\

[@sell]
Which Shoes would you like to Sell?\ \
 <Back/@main> <Exit/@exit>\

[@repair]
Which Shoes would you like to Repair?\ \
 <Back/@main> <Exit/@exit>\

[~@repair]
Your Shoes seems to be Repaired Fine!\ \
 <Back/@main> <Exit/@exit>\

[goods]
LowShoes	5	10
ShamanBoots	5	10
SurvivorBoots	5	100
}